OPC Studio User's Guide and Reference
IKeyedCollection<TKey,TItem> Interface Methods

OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections.Generic Namespace : IKeyedCollection<TKey,TItem> Interface

For a list of all members of this type, see IKeyedCollection<TKey,TItem> members.

Public Methods
 NameDescription
 MethodAdds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<TItem>)
 MethodRemoves all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<TItem>)
 MethodDetermines whether the collection contains an element with the specified key.  
 MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<TItem>)
 MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<TItem>)
 MethodDetermines the index of a specific item in the IList. (Inherited from System.Collections.Generic.IList<TItem>)
 MethodInserts an item to the IList at the specified index. (Inherited from System.Collections.Generic.IList<TItem>)
 MethodRemoves the element with the specified key from the IKeyedCollection<TKey,TItem>.  
 MethodRemoves the IList item at the specified index. (Inherited from System.Collections.Generic.IList<TItem>)
 MethodTries to get an item from the collection using the specified key.  
Top
See Also

Reference

IKeyedCollection<TKey,TItem> Interface
OpcLabs.BaseLib.Collections.Generic Namespace
KeyedCollection Class